All Questions
2 questions
1vote
0answers
59views
sklearn - OneHotEncoding and SelectPercintile
in sklearn example there is a code ...
2votes
2answers
2kviews
Scikit-learn OneHotEncoder effect on feature selection
If I need to run feature selection on my dataset isn't it problematic to use OneHotEncoder? Couldn't it then decide to remove a one of the encoding columns? How should I deal with this? Thank you.